home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / bbs / sftool / doit.bat < prev    next >
DOS Batch File  |  1993-04-17  |  460b  |  11 lines

  1. rem %1 == disc directory
  2. rem %2 == file name
  3. type header > %output%\%2
  4. echo ---------------------------------------------------------------- >> %output%\%2
  5. %cdrom%\bbs\get_area 0 %1 < %cdrom%\dirs.txt >> %output%\%2
  6. echo path: %1 >> %output%\%2
  7. echo ---------------------------------------------------------------- >> %output%\%2
  8. type header2 >> %output%\%2
  9. %cdrom%\bbs\convert %in_type% spitfire %cdrom%\%1 < %cdrom%\%1\00_index.txt >> %output%\%2
  10.  
  11.